home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / LOGO / H282.ZIP / MSWLOGO.ZIP / LOGOLIB.ZIP / SAVEL < prev    next >
Encoding:
Text File  |  1991-08-29  |  132 b   |  10 lines

  1. to savel :cont :file [:oldwr writer]
  2. openwrite :file
  3. setwrite :file
  4. po :cont
  5. setwrite :oldwr
  6. close :file
  7. end
  8.  
  9. bury "savel
  10.